
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 600px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #343436;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }



/*title*/

.title{
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.title span{
    display: block;
    font-size: 57px;
    color: #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
}

.title h3{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-top: -37px;
}

.title h3 a{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.title i{
    display: block;
    width: 69px;
    height: 5px;
    background: #333333;
    margin: 20px auto 0 auto;
}



/*product*/

.product{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.product .pro_box{
    width: 1280px;
    margin: 50px auto 0 auto;
    position: relative;
}

.product .pro_box .pro1{
    width: 640px;
    height: 375px;
    background: #e4e4e4;
    float: left;
    position: relative;
}

.product .pro_box .pro1 .txt{
    float: left;
    margin: 65px 0 0 35px;

}

.product .pro_box .pro1 .txt a{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro1 .txt a span{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.product .pro_box .pro1 .pic{
      width: 450px;
    height: 235px;
    margin: 85px 55px 0 0;
    float: right;
    overflow: hidden;

} 

.product .pro_box .pro1 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product .pro_box .pro2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product .pro_box .pro2{
    width: 640px;
    height: 375px;
    background: #f7f7f7;
    float: left;
    position: relative;
}

.product .pro_box .pro2 .txt{
    float: left;
    margin: 65px 0 0 35px;

}

.product .pro_box .pro2 .txt a{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro2 .txt a span{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.product .pro_box .pro2 .pic{
    width: 367px;
    height: 235px;
    margin: 85px 55px 0 0;
    float: right;
    overflow: hidden;
} 

.product .pro_box .pro1 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.product .pro_box .pro3{
    width: 320px;
    height: 400px;
    background: #f7f7f7;
    float: left;
    position: relative;
}

.product .pro_box .pro3 .txt{
    margin: 30px auto 0 auto;
    text-align: center;
    width: 274px;

}

.product .pro_box .pro3 .txt a{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro3 .txt a span{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.product .pro_box .pro3 .pic{
    width: 274px;
    height: 190px;
    margin: 45px auto 0 auto;
    overflow: hidden;
} 

.product .pro_box .pro3 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.product .pro_box .pro4{
    width: 640px;
    height: 400px;
    background: #fbfbfb;
    float: left;
    position: relative;
}

.product .pro_box .pro4 .txt{
    float: left;
    margin: 150px 0 0 65px;
    text-align: center;

}

.product .pro_box .pro4 .txt a{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro4 .txt a span{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.product .pro_box .pro4 .pic{
    width: 276px;
    height: 244px;
    margin: 100px 50px 0 0;
    float: right;
    overflow: hidden;
} 

.product .pro_box .pro4 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.product .pro_box .pro5{
    width: 320px;
    height: 400px;
    background: #e4e4e4;
    float: right;
    position: relative;
}

.product .pro_box .pro5 .txt{
    margin: 30px auto 0 auto;
    text-align: center;
    width: 274px;

}

.product .pro_box .pro5 .txt a{
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro5 .txt a span{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.product .pro_box .pro5 .pic{
    width: 274px;
    height: 190px;
    margin: 45px auto 0 auto;
    overflow: hidden;

} 

.product .pro_box .pro5 .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro5:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product .pro_box .pro4:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product .pro_box .pro3:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product .pro_box .pro2:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product .pro_box .pro1:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*CASE*/


.case_bg{
    width: 100%;
    height: 900px;
    background: #f7f7f7;
    margin: 70px auto 0 auto;
}

.case_bg .case{
    margin: 0 auto;
    width: 98%;
    padding-top: 70px;
}

.case_bg .case .case_box{
    width: 100%;
    height: 620px;
    margin: 50px auto 0 auto;
    position: relative;

}

.case_bg .case .case_box .c1{
    position: absolute;
    left: 0;
    top: 0px;
    width: 19.3%;
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c1 .pic{
    position: relative;
    /*padding-top: 83%;*/
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c1 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}


.case_bg .case .case_box .c2{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 19.3%;
    height: 300px;
}

.case_bg .case .case_box .c2 .pic{
    position: relative;
    height: 300px;

}

.case_bg .case .case_box .c2 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}


.case_bg .case .case_box .c3{
    position: absolute;
    left: 20.1%;
    top: 0px;
    width: 32.5%;
    height: 620px;
    overflow: hidden;
}

.case_bg .case .case_box .c3 .pic{
    position: relative;
    height: 620px;
    overflow: hidden;

}

.case_bg .case .case_box .c3 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

.case_bg .case .case_box .c4{
    position: absolute;
    left: 53.4%;
    top: 0px;
    width: 19.3%;
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c4 .pic{
    position: relative;
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c4 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}


.case_bg .case .case_box .c5{
    position: absolute;
    left: 53.4%;
    bottom: 0px;
    width: 19.3%;
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c5 .pic{
    position: relative;
    height: 300px;
    overflow: hidden;
}

.case_bg .case .case_box .c5 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

.case_bg .case .case_box .c6{
    position: absolute;
    right: 0;
    top: 0px;
    width: 26.5%;
    height: 620px;
    overflow: hidden;
}

.case_bg .case .case_box .c6 .pic{
    position: relative;
    height: 620px;
    overflow: hidden;
}

.case_bg .case .case_box .c6 .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

.case_bg .case .case_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 0%;
    padding: 0 5%;
    background:  url(../images/ico1.png) repeat  center;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case_bg .case .case_box ul li .txt a{
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 85px auto 15px auto;
}

.case_bg .case .case_box ul li .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box ul li:hover .txt{
    opacity: 1;
    height: 100%;
}


.case_bg .case .case_box ul li.c3 .txt,.case_bg .case .case_box ul li.c6 .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 0%;
    padding: 0 5%;
    background:  url(../images/ico1.png) repeat  center;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case_bg .case .case_box ul li.c3 .txt a ,.case_bg .case .case_box ul li.c6 .txt a{
    margin: 35px auto 15px auto;
}

.case_bg .case .case_box ul li.c3:hover .txt ,.case_bg .case .case_box ul li.c6:hover .txt{
    opacity: 1;
    height: 160px;
}






/*news*/

.news{
    width: 1280px;
    margin: 60px auto 0 auto;
}

.news .news_box{
    width: 1280px;
    margin: 35px auto 0 auto;
    height: 405px;
}

.news .news_box .news_l{
    float: left;
    width: 500px;
    height: 402px;
    background: #f7f7f7;
    margin-top: 15px;
}
 
.news .news_box .news_l .pic{
    width: 500px;
    height: 322px;
}

.news .news_box .news_l .pic img{
    width: 500px;
    height: 322px;
}

.news .news_box .news_l .txt{
    width: 460px;
    height: 80px;
    padding: 0 20px;
}

.news .news_box .news_l .txt a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 16px 0 5px 0;
}

.news .news_box .news_l .txt span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_r{
    float: right;
    width: 735px;
}  

.news .news_box .news_r ul li{
    width: 735px;
    height: 138px;
    border-bottom: 1px solid #dddddd;
}

.news .news_box .news_r ul li .nr_l{
    width: 515px;
    float: left;
    margin-top: 33px;

}

.news .news_box .news_r ul li .nr_l .time{
    float: left;
    text-align: center;

}

.news .news_box .news_r ul li .nr_l .time span{
    display: block;
    font-size: 28px;
    color: #272727;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.news .news_box .news_r ul li .nr_l .time p{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.news .news_box .news_r ul li .nr_l .txt{
    float: right;
    width: 420px;

} 

.news .news_box .news_r ul li .nr_l .txt h5 a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover .nr_l .txt h5 a{
    transform: translateX(5px);
    -webkit-transform:translateX(5px);
    -o-transform: translateX(5px);
}

.news .news_box .news_r ul li .nr_l .txt p{
    font-size: 14px;
    color: #777777;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 10px 0 17px 0;
}

.news .news_box .news_r ul li .nr_l .txt .more{
    display: block;
    background:  url(../images/more.png) no-repeat  center;
    width: 27px;
    height: 6px;
}
 

.news .news_box .news_r ul li .news_img{
    float: right;
    width: 160px;
    height: 100px;
} 

.news .news_box .news_r ul li .news_img img{
    width: 160px;
    height: 100px;
    margin: 19px 0 0 0;
}